FRAMES | NO FRAMES Description | Parameters | Examples | Response
Unlock Diagram (Operation)
URL http://<schematicdiagramtemplate-url>/unlockDiagram
Parent Resource Schematic Diagram Template

Description

The unlockDiagram operation is performed on a schematic diagram template resource. The result of this operation is a Schematic Diagram Information Object.

It is used to unlock a locked schematic diagram.

Note: Schematics services published without the Editing operation enabled don't support the lockDiagram operation.

You can provide arguments to the unlockDiagram operation as query parameters defined in the parameters table below.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json
name Required
Description: The diagram name.

Syntax:
name=<diagramName>

Example::
name=ESTANCIA
user Required
Description: The login of the user who unlocks the diagram.

Syntax:
user=<diagramUnlockedBy>

Example:
user=NCA3885

Example Usage

Since the S1_Schematics Schematics service is published without the Editing operation enabled, it doesn't support the unlockDiagram operation.
With the Editing operation enabled, you could unlock the MPS_Goldmine schematic diagram based on the diagram template 2 under this service by executing the operation as follows:
http://servicesbeta6.esri.com/arcgis/rest/services/S1_Schematics/MapServer/exts/SchematicsServer/templates/2/unlockDiagram?name=MPS_Goldmine&user=user3882&f=pjson

JSON Response Syntax

<diagramInfoSyntax>

JSON Response Example

<diagramInfoExample>